projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
532ecca
)
Marking nodes invisible after pulling in the root level is wrong
author
Kristian Rietveld
<kris@gtk.org>
Tue, 1 Sep 2009 15:51:19 +0000
(17:51 +0200)
committer
Kristian Rietveld
<kris@gtk.org>
Sat, 5 Sep 2009 15:15:42 +0000
(17:15 +0200)
gtk/gtktreemodelfilter.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreemodelfilter.c
b/gtk/gtktreemodelfilter.c
index 0d982b2f18a3538d595c48b3d6e35db91deda86d..49020af5fae0fedbaa4a0d9cfc01554a008d0808 100644
(file)
--- a/
gtk/gtktreemodelfilter.c
+++ b/
gtk/gtktreemodelfilter.c
@@
-1284,13
+1284,6
@@
gtk_tree_model_filter_row_changed (GtkTreeModel *c_model,
gtk_tree_model_filter_build_level (filter, NULL, NULL, FALSE);
root = FILTER_LEVEL (filter->priv->root);
-
- if (root)
- {
- for (i = 0; i < root->array->len; i++)
- g_array_index (root->array, FilterElt, i).visible = FALSE;
- root->visible_nodes = 0;
- }
}
gtk_tree_model_filter_increment_stamp (filter);